home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QuickTime for the Web (2nd Edition)
/
QuickTime for the Web (2nd Edition).iso
/
pc
/
AppleScript
/
QUICKTIME 5.0.2 SCRIPTS
/
Example Files
/
Favorites Examples
/
Add Favorite From URL.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-06-04
|
135 b
|
9 lines
tell application "QuickTime Player"
launch
activate
try
make favorite with data "rtsp://myserver/thisclip.mov"
end try
end tell